don't export pack and unpack
authorJoey Hess <joeyh@joeyh.name>
Mon, 10 Feb 2025 16:33:21 +0000 (12:33 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 10 Feb 2025 16:34:13 +0000 (12:34 -0400)
commit20ed039d59c3a04c86c8cc878169e6f6b5729283
tree232758f3fb4f1cffdd698b5c970bae1230dd9123
parent2d224e0d28973ad476ae45552f254078fafe132e
don't export pack and unpack

These are too widly used for other things to make sense to export OsPath
versions of them. And OsString also provides them and gets imported
qualified when needed.
Utility/OsPath.hs